home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / MorphOS / cvs-1.11.2 / bin / README.CPU < prev   
Encoding:
Text File  |  2002-11-18  |  1.4 KB  |  43 lines

  1. README.CPU
  2. ==========
  3.  
  4. In this directory you should find the following files:
  5.  
  6. cvs         -    main AmigaOS cvs 1.11.2 / 68020 optimized
  7. cvs000.pch  -    patchfile to patch the 020 optimized version to 68000 (any)
  8. cvs030.pch  -    patchfile to patch the 020 optimized version to 68030
  9. cvs040.pch  -    patchfile to patch the 020 optimized version to 68040
  10. cvs060.pch  -    patchfile to patch the 020 optimized version to 68060
  11. cvs.morphos -    main MorphOS cvs 1.11.2 executable
  12. GPatch      -    Patch utility by Ralf Gruner to generate your own version
  13.  
  14. All the above mentioned patchfiles are created with scompare from the SAS/C compiler.
  15.  
  16. If you are not familar in using the "GPatch" utility to create your own CPU optimized version,
  17. following these steps:
  18.  
  19. 1) cd cvs-1.11.2/bin
  20. 2) GPatch cvs cvsXXX.pch cvsXXX
  21.  
  22. On step 2 you should replace the "XXX" with the wished CPU optimized version.
  23.  
  24. After sucessfully applying the patch, you should be able to query the CPU version by:
  25.  
  26. 3) version cvsXXX full file
  27.  
  28. and it should greet you with a output like:
  29.  
  30. --- cut here ---
  31. cvs 1.11.2 [020] (09.11.2002)
  32. ported by Olaf Barthel and Jens Langner
  33. --- cut here ---
  34.  
  35. After having created your optimized cvs version you can simply copy the "cvs" executable to,
  36. for instance, /bin (BIN:) or also C:
  37.  
  38. If you are running into problems and you own a 68020+ processor, just take the standard 020
  39. optimized version.
  40.  
  41.  
  42. Jens Langner <Jens.Langner@light-speed.de>, November 2002
  43.